home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / ELECTRON / 2687.ZIP / LSM.BAT < prev    next >
DOS Batch File  |  1990-09-26  |  120b  |  8 lines

  1. echo off
  2. compile %1 -l -e
  3. if errorlevel 1 goto end
  4. simulate %1
  5. if errorlevel 1 goto end
  6. waveform %1 -mouse 
  7. :end
  8.